home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
DOpus Plus
/
DOpus Plus.iso
/
Tutorial
/
ARexx Tutorial
/
TuteRexx
/
Command2.dopus5
< prev
next >
Wrap
Text File
|
1998-09-10
|
141b
|
7 lines
/* Command2.dopus5 */
options results
address 'DOPUS.1'
parse arg information
if information ~= '' then command strip(information,,'"')
exit